home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 3 / DISK0236.ZIP / COPYINST.BAT < prev    next >
DOS Batch File  |  1984-08-22  |  1KB  |  26 lines

  1. ECHO OFF
  2. ECHO     . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  3. ECHO     NOTE THE DISKETTE WITH THE PRINTER TABLES   must   BE IN DRIVE A:
  4. ECHO     --------------------------------------------^^^^-----------------
  5. ECHO You should have specified one parameter after typing COPYINST.
  6. ECHO     So your command should have looked like:  COPYINST B:
  7. ECHO        Where B: is the drive designator AND path where you want the
  8. ECHO        instructions and other files to be copied.  For example,
  9. ECHO        if you have your text and format files for VOLKSWRITER
  10. ECHO        in a directory on hard disk called TEXTFILS then you
  11. ECHO        should have typed  COPYINST C:\TEXTFILS.  If you are
  12. ECHO        copying to a diskette without directories on drive B:
  13. ECHO        you should have typed  COPYINST B: and so forth.
  14. ECHO     If you wish to change what you did, hit Ctrl-Break and answer
  15. ECHO     the question  Y, otherwise. . . .
  16. PAUSE
  17. ECHO ON
  18. COPY A:README %1
  19. COPY A:INSTVXPT.RCE %1
  20. COPY A:IN12.FMT %1
  21. COPY A:IN12HS.FMT %1
  22. COPY A:IN12TITL.FMT %1
  23. COPY A:IN12INDT.FMT %1
  24. COPY A:INCOND.FMT %1
  25.